DecimalNINumericDecimalNLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalN INumeric<DecimalN>.LogicalOr(
DecimalN value
)
Private Function LogicalOr (
value As DecimalN
) As DecimalN Implements INumeric(Of DecimalN).LogicalOr
private:
virtual DecimalN LogicalOr(
DecimalN value
) sealed = INumeric<DecimalN>::LogicalOr
private abstract LogicalOr :
value : DecimalN -> DecimalN
private override LogicalOr :
value : DecimalN -> DecimalN
- value DecimalN
- The value with which to compute the logical bitwise OR.
DecimalNThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)